TinyPaste API via LSL
November 14, 2009 · 30 views · 0 comments
Nearby In Time
Piano Key Sculpty
November 9, 2009
NaNoWriMo Cafe Catch Up
November 11, 2009
A gift well received
November 12, 2009
Musical Song Builder
November 13, 2009
TinyPaste API via LSL
November 14, 2009
Delayed features of LSL
November 15, 2009
Making Faces
November 18, 2009
Calendar Cog(s)
November 19, 2009
Calendar Cog Troubleshooting
November 21, 2009
About
Many scripters have had the problem of running out of memory to store information, or losing the information when a script resets. Ways around this include adding threaded scripts, using note cards, using the description field, or adding a back-end service such as a database. I happened to come across TinyPaste.com in which you can paste text from your clipboard, save it, and hand the link out to your friends. Amazingly enough, it has an API. Using a bit of my LSL scripting skills, I was able to create a script that makes use of this API. Have a look at the code: tinypaste.com/70c90ce. From Dedric Mauriac via bloghud.com